func os.rootOpenDir

2 uses

	os (current package)
		root_openat.go#L173: 			fd, err = rootOpenDir(dirfd, parts[i])
		root_unix.go#L96: func rootOpenDir(parent int, name string) (int, error) {